home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / scripts / fax.init < prev    next >
Encoding:
Text File  |  1996-07-16  |  490 b   |  26 lines

  1.  
  2.  
  3. ;;; If you have trouble receiving faxes after data calls , then use
  4. ;;; this script to initialize your faxmodem.
  5. ;;; run it after each data call.
  6. ;;; In the logout , incoming and callhub scripts.
  7.  
  8. tron:utils/tron -1 -f                       ;tron serial port off
  9.  
  10. failat 21
  11.  
  12. wait 1
  13. rx "address rexx_gpfax openserial"
  14. wait 1
  15. rx "address rexx_gpfax initmodem"
  16. wait 3
  17. rx "address rexx_gpfax closeserial"
  18. wait 1
  19.  
  20. failat 10
  21.  
  22. tron:utils/tron -1 -n                       ;tron serial port on
  23.  
  24.  
  25.  
  26.